home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 35 / q35.d81 / t.nfl top ten < prev    next >
Text File  |  2022-08-28  |  8KB  |  171 lines

  1.  
  2.                           N F L    T O P    T E N
  3.  
  4.                     Program and Text by David B. Presley
  5.  
  6.  
  7.  Introduction
  8.  ------------
  9.  
  10.     College football has its polls which decide the College National
  11. Championship each year. The team voted number one in the nation at the end
  12. of the season is crowned the National Champion. USA Today has its poll of
  13. the top 25 college teams in the nation. The Sporting News likewise has its
  14. power poll, not only for college teams but for the NFL as well. But
  15. sometimes we wonder what these polls are based on. Are they based on
  16. something other than win-lose records and TV exposure? Well, now Commodore
  17. 128 users can do their own poll of NFL teams.
  18.  
  19.     NFL TOP TEN keeps records on all 30 teams and computes the numbers to
  20. rank them from 1 through 30. The formula for determining the ranking of
  21. each team is in line 5620. The formula is:
  22.  
  23.  RT(N)=((PF(N)-PA(N))/GP(N))+WN(N).
  24.  
  25.  RT(N) is the variable which is sorted to determine the rankings. PF(N) is
  26. points scored, PA(N) is points scored by opponents, GP(N) is the number of
  27. games played and WN(N) is the number of games won. The formula is basically
  28. the difference between points scored and points given up, divided by the
  29. number of games played, plus the number of games won. You can alter this
  30. formula to suit your own preferences. For example, if you feel more weight
  31. should be given to the number of games won then change the formula to
  32. reflect that preference.
  33.  
  34.  1.0 Main Menu
  35.  
  36.     When the program boots up you will see on your screen an alphabetical
  37. listing of all 30 NFL teams. Across the bottom of the screen is a menu of
  38. six items.
  39.  
  40.  1.1 New Season
  41.  
  42.     Press "S" to initialize a new season. You will be prompted for the
  43. season year. Type in all four didgits of the year, such as 1996 or 1997 or
  44. whatever. Press RETURN to go back to the Main Menu.
  45.  
  46.  1.2 AFC
  47.  
  48.     To view and enter stats for the American Conference press "A".
  49.  
  50.  1.3 NFC
  51.  
  52.     To view and enter stats for the National Conference press "N".
  53.  
  54.  1.4 Print
  55.  
  56.     This option will print the current screen with the listing of all teams
  57. either in their alphabetical order or sorted according to their rating,
  58. depending on which is on the current screen.
  59.  
  60.  1.5 Disk
  61.  
  62.     This option wil allow you to save and load the files representing
  63. various football seasons you have created. You can also change drive
  64. numbers and view directories. When saving the current season, which is
  65. already on the disk, you will be ask if you wish to replace the old file.
  66. Answer with an "N" to abort or "Y" to continue. Season files are saved as a
  67. year with an "nfl." prefix ("nfl.1996", for example).
  68.  
  69.  NOTE: A file called "nfl.1996" is on the LOADSTAR 128 #35 disk. It's the
  70. final standings of the NFL for 1996 and will show you what your file will
  71. look like if you follow the upcoming 1997 season closely. Remember, to load
  72. it, just enter "1996", not "nfl.1996".
  73.  
  74.     If a file with the same file name as the one currently in memory is
  75. already on the disk, then it will be changed to the same file name with
  76. ".a" added ("nfl.1996.a"). If there is already a file with the .a then that
  77. file will be deleted, the file without the .a will have it added and the
  78. current file will be saved as is. (For example, "nfl.1996.a" is deleted,
  79. "nfl.1996" becomes "nfl.1996.a", and the current file is saved as
  80. "nfl.1996".) In this way there are two files for each season, an old file
  81. and the most recent update.
  82.  
  83.     Press "M" to return to the Main Menu. If you have loaded a file you
  84. will be asked is you want to calculate the team rankings. Press "Y" to
  85. calculate or "N" to return to the original screen of an alphabetical
  86. listing.
  87.  
  88.  1.6 Quit
  89.  
  90.     Use this option to quit the program and return to LOADSTAR 128 if
  91. there's a LS 128 disk in the current drive. If not, you'll return to
  92. BASIC.
  93.  
  94.  2.0 AFC and NFC Menus
  95.  
  96.     The screens for both conferences are the same. Each division is given
  97. with their teams listed according to their winning percentage. If no data
  98. has been entered then the the teams wil be listed alphabetically. There are
  99. five options across the bottom of the screen.
  100.  
  101.  2.1 Main Menu
  102.  
  103.     This option will take you back to the Main Menu. You will be asked if
  104. you want to calculate the team rankings. Press "Y" to calculate or "N" to
  105. return to the original screen or an alphabetical listing.
  106.  
  107.  2.2 Division
  108.  
  109.     Use this option to enter stats on a week by week basis. The first
  110. prompt will ask which division you want to enter stats on. Each team, in
  111. alphabetical order, will be listed for you to enter its stats. The next
  112. prompt asks whether or not it was a bye-week for that team. Answer with a
  113. "Y" to go on to the next team or "N" to enter stats for that team. Usually
  114. four of the five teams in a given division will all have bye-weeks at the
  115. same time and the fifth team will have a bye-week by itself.
  116.  
  117.     You will then be asked for the score of this weeks game and a few "yes"
  118. or "no" type questions about the game, such as home/away game,
  119. division/non-division game, and conference/non-conference game. Enter the
  120. information as it is asked for each team. When you have entered the stats
  121. for all five teams you will go back to the previous menu and the standings
  122. for that division will be calculated. Repeat the same procedure for all
  123. three divisions.
  124.  
  125.  2.3 Change
  126.  
  127.     This option will allow you to correct any stats entered incorrectly or,
  128. if you've missed a week or two, you can use this to enter all the data up
  129. to that point in the season. You can compare your stats with the standings
  130. chart in the newspaper. If you have made an error or if you have fallen
  131. behind a couple of weeks, then use this option. At each prompt the current
  132. stat is displayed. Either DEL the information and type in the correct
  133. information or press RETURN to retain the current stat.
  134.  
  135.  2.4 Re-calculate
  136.  
  137.     If for some reason you feel the division standings were not correctly
  138. calculated then use this option to re-calculate then.
  139.  
  140.  2.5 Print
  141.  
  142.     This option will print the current screen with the listing of all
  143. divisions and teams either in their alphabetical order or sorting according
  144. to their winning percentage, depending on which is on the current screen.
  145.  
  146.     That's NFL TOP TEN! When I was in high school I used to keep all this
  147. information on paper because there was no sports-oriented national
  148. newspaper like USA TODAY that kept all these stats. I also preferred to use
  149. my own rating system. Now that I have a C-128 my stats sheets have never
  150. looked better. The program is written in BASIC 7.0 with Jon Mattson's
  151. CONTROL80 toolbox to help with tricky things like screen stashing. It's
  152. conceivable that you could use this program for a fantasy league type
  153. recreation; not the kind where you follow real players' stats, but the kind
  154. where you just make up seasons and roll dice or something to determine who
  155. scores what.
  156.  
  157.  FENDER'S POSTMUMBLE: I used to play a made up game like that when I was a
  158. kid, but it was a baseball season rather than football. I bet that quite a
  159. few of you out there did the same thing way back when. Robert Coover wrote
  160. a wonderful book about a man who lets it go a little too far, called THE
  161. UNIVERSAL BASEBALL ASSOCIATION: J. HENRY WAUGH, PROPRIETOR. Poor Henry
  162. threw dice to see how each batter fared, but one day, while his favorite
  163. slugger was at the plate (his alter ego, actually), he threw triple sixes
  164. twice in a row and when he looked in his "manual" to see what that meant,
  165. he found that it was a beanball -- a fatal beanball. Henry was never the
  166. same after his alter ego died at the plate. Let's hope you enjoy using NFL
  167. TOP TEN for whatever reason and don't have any any lethal forward passes.
  168.  
  169.                 \\\\\ R - Run   RETURN - Menu \\\\\
  170.  
  171.